|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.support.Widget
org.eclipse.vtp.framework.interactions.voice.vxml.Output
org.eclipse.vtp.framework.interactions.voice.vxml.BasicOutput
org.eclipse.vtp.framework.interactions.voice.vxml.BasicOutputSet
public class BasicOutputSet
The OutputSet class allows the combination of
Outputs into a single output for the IVR to render to the
caller. The outputs will be rendered in the order they are added.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
BasicOutputSet()
Constructs a new instance of OutputSet whose list of outputs
is initially empty. |
|
| Method Summary | |
|---|---|
void |
addOutput(BasicOutput output)
Appends the BasicOutput to the list of outputs to render to
the caller. |
BasicOutput[] |
getOutputs()
Returns the list of outputs in this set. |
void |
removeOutput(BasicOutput output)
Removes the BasicOutput from the list of outputs to render
to the caller. |
protected void |
writeOutputs(org.xml.sax.ContentHandler outputHandler)
Write the outputs in this set to the specified content handler. |
void |
writeWidget(org.xml.sax.ContentHandler outputHandler)
Writes the content of this widget to an XML content handler. |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.support.Widget |
|---|
toString, writeAttribute, writeChildren, writeChildren, writeWidget, writeWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicOutputSet()
OutputSet whose list of outputs
is initially empty.
| Method Detail |
|---|
public BasicOutput[] getOutputs()
public void addOutput(BasicOutput output)
throws java.lang.NullPointerException
BasicOutput to the list of outputs to render to
the caller.
output - The BasicOutput instance to append to the
list.
java.lang.NullPointerException - If the supplied action is null.
public void removeOutput(BasicOutput output)
throws java.lang.NullPointerException
BasicOutput from the list of outputs to render
to the caller.
output - The BasicOutput instance to remove from the
list.
java.lang.NullPointerException - If the supplied action is null.
public void writeWidget(org.xml.sax.ContentHandler outputHandler)
throws java.lang.NullPointerException,
org.xml.sax.SAXException
Widget
writeWidget in class WidgetoutputHandler - The handler to write this widget to.
java.lang.NullPointerException - If the supplied content handler is
null.
org.xml.sax.SAXException - If the writing of this widget fails.
protected void writeOutputs(org.xml.sax.ContentHandler outputHandler)
throws java.lang.NullPointerException,
org.xml.sax.SAXException
outputHandler - The content handler to write to.
java.lang.NullPointerException - If the supplied content handler is
null.
org.xml.sax.SAXException - If the writing of one of the actions fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||